You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > SetRow Method > Matrix.SetRow Method ([In] TDenseMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.SetRow Method ([In] TDenseMtxVec, int, int, int, int)

Copy vector Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements [Row,Col]..[Row,Col+Len-1].

Syntax
C#
Visual Basic
public TMtx SetRow([In] TDenseMtxVec Vec, int VecIndex, int Row, int Col, int Len);

An exception is raised if condition checking is enabled and array bounds are overrun. An exception is raised, if Vec and the calling matrix complex properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!